-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #8540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #8540
Conversation
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-wrangler-8540You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8540/npm-package-wrangler-8540Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-wrangler-8540 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-workers-bindings-extension-8540 -O ./cloudflare-workers-bindings-extension.0.0.0-v27f1817f6.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v27f1817f6.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-create-cloudflare-8540 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-kv-asset-handler-8540miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-miniflare-8540@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-pages-shared-8540@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-unenv-preset-8540@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-vite-plugin-8540@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-vitest-pool-workers-8540@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-workers-editor-shared-8540@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-workers-shared-8540@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13936097811/npm-package-cloudflare-workflows-shared-8540Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
52d3261 to
99735b1
Compare
4bfbeef to
c58000f
Compare
b4ed622 to
ba2665e
Compare
1ef17d0 to
d18a245
Compare
fd148ca to
d7e39ea
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cloudflare/[email protected]
Minor Changes
4ad78eaThanks @vicb! - Use the native implementation forconnectandTLSSocketfromnode:tls[email protected]
Minor Changes
fd9dff8Thanks @gabivlj! - wrangler deploy includes container configuration when uploading the scriptPatch Changes
#8220
14680b9Thanks @IRCody! - Fix a bug in cloudchamber build where it would still attempt to push an image if the build failed.#8186
05973bbThanks @IRCody! - Add cloudchamber images {list,delete} commands to list and delete images stored in cloudchamber managed registry.Updated dependencies [
ff26dc2,4ad78ea]:[email protected]
Patch Changes
#8379
2b37abeThanks @emily-shen! - Graduate Workers + Assets hello world templates from experimental status#8541
cfa525dThanks @GregBrimble! - fix: Fixes the Cloudflare logo in the Vite React starter to support both dark and light mode[email protected]
Patch Changes
#8357
ff26dc2Thanks @dario-piotrowicz! - feat: add newunsafeInspectorProxyoption to miniflareAdd a new
unsafeInspectorProxyoption to the miniflare worker options, ifat least one worker has the option set then miniflare will establish a proxy
between itself and workerd for the v8 inspector APIs which exposes only the
requested workers to inspector clients. The inspector proxy communicates through
miniflare's
inspectorPortand exposes each requested worker via a path comprisedof the worker's name
example:
In the above example an inspector proxy gets set up which exposes
worker-aandworker-b,inspector clients can discover such workers via
http://localhost:9229and communicate withthem respectively via
ws://localhost:9229/worker-aandws://localhost:9229/worker-bNote: this API is experimental, thus it's not being added to the public documentation and
it's prefixed by
unsafe@cloudflare/[email protected]
Patch Changes
ff26dc2]:@cloudflare/[email protected]
Patch Changes
#8505
03435ccThanks @jamesopstad! - Support Wrangler v4 as peer dependency.#8523
c7f86cbThanks @dario-piotrowicz! - add validation for the Wrangler configmainfield#8515
3d69e52Thanks @jamesopstad! - SettargetinoptimizeDeps.esbuildOptionstoes2022. This fixes a bug where the target for prebundled dependencies did not match the build target.Updated dependencies [
14680b9,fd9dff8,ff26dc2,05973bb,4ad78ea]:@cloudflare/[email protected]
Patch Changes
14680b9,fd9dff8,ff26dc2,05973bb]: